/*   
Theme Name: ckc
Version: 1.0
Tags: clean, development, html5
Description: Чистый шаблон для разработки.
*/
.wpcf7-list-item-label{ display: none;}
.wpcf7-not-valid-tip,.wpcf7-validation-errors,.ajax-loader,.wpcf7-list-item-label,.wpcf7-mail-sent-ok{
    display: none!important;
}
.wpcf7-not-valid{
    border-width: 1px !important;
    border-color: #dd2a1b !important;
    border-style: solid !important;
}
.agreement-title.error{
    color: #dd2a1b !important;
}
.wpcf7-checkbox.wpcf7-not-valid{
    border-color: transparent !important;
}
span.wpcf7-list-item{
	margin-left: 0 !important;
	margin-right: 7px !important;
}
.spectr h2{
	position: relative;
	z-index: 2;
}
.cost .calculator .input_item{
    vertical-align: top;
    margin-top: 20px;
}
.cost .calculator h4{
    margin-bottom: 10px;
}
.cost .calculator input[type=submit]{
    margin-top: 20px;
}
.all_price_i input{
    font-weight: bold;
    font-size: 16px;
}
.input_item{
    position: relative;
}
.input_item:hover{
    z-index: 100;
}
.input_item p{
}
.input_item p i .show_txt{
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    left: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    width: 300px;
    line-height: 1.4;
    z-index: 100;
    bottom: 50px;
    font-style: normal;
    font-weight: 400;
    background: #fff;
}
.input_item p i:hover .show_txt{
    height: auto;
    padding: 20px;
    border: 1px solid #fff;
    
      box-shadow: 0px 5px 27px 0px rgba(200, 200, 200, 0.56);


}

.jq-selectbox__select {
    max-width: 100%!important;
    width: 348px!important;
    height: 55px;
    text-indent: 10px;
    line-height: 55px;
    border: 1px solid rgb(227, 227, 227);
    background: #fcfdfe;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fcfdfe;
    box-shadow: none;
    color: #888888;
    margin-top: 0px;
    font-size: 14px;
    text-align: left;
    text-indent: 20px;
    /*margin-top: 1px;*/
    
}
.jq-selectbox__select .jq-selectbox__select-text{
  width: 90%!important;

  color: #1c1818;
    line-height: 55px;
    font-size: 14px;

}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
        
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 23px;
    left: 15px;
    width: 11px;
    height: 8px;
    background: url(img/select_arrow.png) center center no-repeat;
}
.jq-selectbox__dropdown {
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #35a0cd;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    height: 100px !important;
    /*font: 14px/18px "GothamPro", Arial, sans-serif;*/

}
.jq-selectbox ul{
    height: 100px !important;
  
}
.jq-selectbox li.selected {
    background-color: #35a0cd;
    color: #FFF;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #1c1818;
    width: 100%;
    text-align: left;
}
.jq-selectbox li:hover {
    background-color: #35a0cd;
    color: #FFF;
}